Click or drag to resize

ServiceMarkAllItemsAsRead Method (IListFolderId, Boolean)

Marks all items as read.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public IList<Response> MarkAllItemsAsRead(
	IList<FolderId> folders,
	bool isRead
)

Parameters

folders
Type: System.Collections.GenericIListFolderId
The folders.
isRead
Type: SystemBoolean
if set to true [is read].

Return Value

Type: IListResponse
IList{Response}.
See Also